home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 015a / tutorii.zip / COPY.DAT < prev    next >
Text File  |  1991-11-29  |  467b  |  17 lines

  1. This is the explanation of the COPY 
  2. command. It is INTERNAL.
  3.  
  4. This command copies one file from one disk 
  5. or subdirectory to another one. It is even 
  6. possible to change the name in the process.
  7.  
  8. Example:
  9.        To just copy Test.bat from Drive A 
  10.        to drive B you  type:
  11.            copy a:test.bat b:
  12.  
  13.        To copy the Test.bat from drive A 
  14.        and name it Result.bat  on drive B 
  15.        you type:
  16.            copy a:test.bat b:result.bat
  17.